projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa83b2
)
Fix typo in comment.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 7 Sep 2008 20:41:10 +0000
(20:41 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 7 Sep 2008 20:41:10 +0000
(20:41 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 58faf747d1f983d61709d5a4020d92717026fbe4..cad1ad68b6883be77b8579b77ad394c3c08032a7 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1104,7
+1104,7
@@
Return t if the file exists and loads successfully. */)
2000-09-21: It's not possible to just check for the file loaded
being a member of Vloads_in_progress. This fails because of the
way the byte compiler currently works; `provide's are not
- evaluted, see font-lock.el/jit-lock.el as an example. This
+ evalu
a
ted, see font-lock.el/jit-lock.el as an example. This
leads to a certain amount of ``normal'' recursion.
Also, just loading a file recursively is not always an error in